home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / message.dxr / 00035.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  361 b   |  18 lines

  1. on mouseEnter
  2.   cursor([121, 122])
  3.   set the member of sprite 17 to 78
  4. end
  5.  
  6. on mouseLeave
  7.   if rollover(10) or rollover(15) or rollover(16) or rollover(18) then
  8.     set the member of sprite 17 to 77
  9.     cursor(-1)
  10.   else
  11.     cursor(-1)
  12.     set the member of sprite 17 to 77
  13.     repeat with tt = 15 to 18
  14.       sprite(tt).visible = 0
  15.     end repeat
  16.   end if
  17. end
  18.